WCF-Xtensions Class Reference for .NET
OnOpen Method (XDuplexChannelFactory<TChannel>)






Syntax
[__DynamicallyInvokable()]
protected virtual void OnOpen( 
   System.TimeSpan timeout
)
protected procedure OnOpen( 
    timeout: System.TimeSpan
); virtual; 
__DynamicallyInvokableAttribute()
protected function OnOpen( 
   timeout : System.TimeSpan
);
[__DynamicallyInvokable()]
protected: virtual void OnOpen( 
   System.TimeSpan timeout
) 
[__DynamicallyInvokable()]
protected:
virtual void OnOpen( 
   System.TimeSpan timeout
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected Overridable Sub OnOpen( _
   ByVal timeout As System.TimeSpan _
) 
 
'Usage
 
Dim instance As XDuplexChannelFactory(Of TChannel)
Dim timeout As System.TimeSpan
 
instance.OnOpen(timeout)

Parameters

timeout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XDuplexChannelFactory<TChannel> Class
XDuplexChannelFactory<TChannel> Members

Send Feedback